* buffer.h (PTR_BYTE_POS, BUF_PTR_BYTE_POS): Remove harmful cast.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 9 Jun 2011 19:03:59 +0000 (12:03 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 9 Jun 2011 19:03:59 +0000 (12:03 -0700)
commit68d315499d69f41d863a121221aeb2724fd0609c
treec7ac12e2de4059f6676f0e921c038f0bc1006155
parent1bbcdbfc50e0d11332733a5fb288e026349f72ec
* buffer.h (PTR_BYTE_POS, BUF_PTR_BYTE_POS): Remove harmful cast.

The cast incorrectly truncated 64-bit byte offsets to 32 bits, and
isn't needed on 32-bit machines.
src/ChangeLog
src/buffer.h